home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / kernel / dev / devSCSIDisk.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-19  |  884 b   |  30 lines

  1. /*
  2.  * devSCSIDisk.h --
  3.  *
  4.  *    External definitions for disks on the SCSI I/O bus. The
  5.  *    only request to the block device attach procedure.
  6.  *
  7.  * Copyright 1986 Regents of the University of California
  8.  * All rights reserved.
  9.  * Permission to use, copy, modify, and distribute this
  10.  * software and its documentation for any purpose and without
  11.  * fee is hereby granted, provided that the above copyright
  12.  * notice appear in all copies.  The University of California
  13.  * makes no representations about the suitability of this
  14.  * software for any purpose.  It is provided "as is" without
  15.  * express or implied warranty.
  16.  *
  17.  *
  18.  * $Header: /cdrom/src/kernel/Cvsroot/kernel/dev/devSCSIDisk.h,v 9.1 91/04/16 17:12:57 jhh Exp $ SPRITE (Berkeley)
  19.  */
  20.  
  21. #ifndef _DEVSCSIDISK
  22. #define _DEVSCSIDISK
  23.  
  24. #include <devBlockDevice.h>
  25.  
  26. DevBlockDeviceHandle    *DevScsiDiskAttach();
  27.  
  28.  
  29. #endif /* _DEVSCSIDISK */
  30.